---
title: "Get Account List"
method: POST
path: "/ GetAccountList"
tags: ["Accounts"]
---

# Get Account List

`POST / GetAccountList`

Returns a list of business unit accounts.

## Request body

- GetAccountList
  - `Method` string, required
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `PageSize` integer — Number of records to return per page
  - `PageIndex` integer — Index
  - `DateFilterGE` string

## Response `200`

Ok

- GetAccountListSuccess
  - `Success` string
  - `AccountListData` object[]
    - `Name` string
    - `NickName` string
    - `Mail` string
    - `Phone` string
    - `Identifier` integer
    - `AccountKey` string
    - `TradingName` string
    - `TaxNumber` string
    - `Bank` string
    - `BankAccount` string
    - `BankBranch` string
    - `BankAccountDigit` string
    - `AccountValue` number
    - `LastTransactionDate` string
  - `TotalAccountsValue` number

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/revisions/f94d262a8f58/schema)
